home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / hsct.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  735 b   |  19 lines

  1. (Note: The change caused by this menu option is only 
  2. visible by opening another hypertext file or by using 
  3. a jump link to another file.)
  4.  
  5. The "Italicize Cool Text" menu option sets a flag
  6. which is used by the OnHandleShowCoolLine method 
  7. of the HTDisplayBox component. This method is used 
  8. to affect final display properties of cool text 
  9. (in this case by italicizing it.) Other changes 
  10. could include the contents of the text or its font 
  11. and color.
  12.  
  13. (Note: Assert methods normally are used to abort
  14. all further processing of an action, while the
  15. Handle Methods modify the processing. These
  16. two methods can each be overridden in code by
  17. direct assignment for Assert types and virtual
  18. overriding for Handle types.)
  19.